Skip to main content

Blackjack deck logic

In the config.lua file of sf-blackjack you can set the

Config.RandomDeck = true -- Boolean

value to either true or false. If set to true the deck (3x standard 52 card decks) that is used for playing is shuffled every game which prevents card counting. If you want to make the game more realistic but at the same time enable players to count cards you can set this value to false. When set to false the deck is shuffled when two out of the three decks are used up. When the value is set to false, and the dealer shuffles the deck they will play an animation to indicate to players that they did so.